home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00003_ÅwÉ}ÉEÉXÇ™ÉXÉvÉâÉCÉgè„Ç…Ç´ÇýÇÁÉXÉvÉâÉCÉgǝéüÅXïœçX(ÉãÅ[ÉvÅjÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  746 b   |  19 lines

  1. on AnimeButton2 Num,StName,EndName
  2.   -- テゥgテ‡ツ「テッツセ -------------
  3.   -- AnimeButton2 テステδテ猟照津ョ窶佚ァテœ, テェテ甘ャ邃「テ敖ィテスニ津アツコ, テァツシティIテ敖ィテスニ津アツコ
  4.   --       テ…wテ厭テ右テ厩テ‡邃「テ厩テ益テ嘉「テ韻テ曳ティ窶榲‡窶ヲテ‡ツエテ‡テステ‡テテ厩テ益テ嘉「テ韻テ曳テ‡ツ敕ゥテシテ…Xテッナ禿ァX(テ嘉」テ…[テ益テ⒀テ③テ…x
  5.   
  6.   put item 1 of the name of cast the castNum of sprite Num into cName
  7.   if mouseCast() = the castNum of sprite Num then
  8.     if the castNum of sprite Num = the number of cast EndName then
  9.       set the castNum of sprite Num = the number of cast StName
  10.     else
  11.       set the castNum of sprite Num = the castNum of sprite Num+1
  12.     end if
  13.     updateStage
  14.   else
  15.     set the castNum of sprite Num = the number of cast (cName & ",1")
  16.     updateStage
  17.   end if
  18. end AnimeButton2
  19.